C1.LiveLinq.Indexing Namespace > SubindexCollection<T> Class : Add Method |
Overload | Description |
---|---|
Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean,IndexingAlgorithm,CultureInfo) | Creates a new subindex and attaches it to its parent's IndexDefinition<T>.Subindexes collection. |
Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean,CultureInfo) | Creates a new subindex and attaches it to its parent's IndexDefinition<T>.Subindexes collection. |
Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean) | Creates a new subindex and attaches it to its parent's IndexDefinition<T>.Subindexes collection. |
Add<TKey>(Expression<Func<T,TKey>>,Boolean) | Creates a new subindex and attaches it to its parent's IndexDefinition<T>.Subindexes collection. |
Add<TKey>(Expression<Func<T,TKey>>) | Creates a new subindex and attaches it to its parent's IndexDefinition<T>.Subindexes collection. |
Add(LambdaExpression,Boolean,Boolean,IndexingAlgorithm,CultureInfo) | Creates a new subindex and attaches it to its parent's IndexDefinition<T>.Subindexes collection. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2